1
'--------------------------------------------------------------------------
3 ' Copyright (c) Microsoft Corporation. All rights reserved.
5 ' File: AssemblyInfo.vb
7 '--------------------------------------------------------------------------
9 Imports System
.Reflection
10 Imports System
.Runtime
.CompilerServices
11 Imports System
.Runtime
.InteropServices
13 <Assembly
: AssemblyTitle("GameOfLife")>
14 <Assembly
: AssemblyDescription("")>
15 <Assembly
: AssemblyConfiguration("")>
16 <Assembly
: AssemblyCompany("Microsoft Corporation")>
17 <Assembly
: AssemblyProduct("GameOfLife")>
18 <Assembly
: AssemblyCopyright("Copyright © Microsoft Corporation. All rights reserved.")>
19 <Assembly
: AssemblyTrademark("")>
20 <Assembly
: AssemblyCulture("")>
21 <Assembly
: ComVisible(False)>
22 <Assembly
: Guid("a862e271-331b-4a3c-998c-9e4289ea3e58")>
23 <Assembly
: AssemblyVersion("1.0.0.0")>
24 <Assembly
: AssemblyFileVersion("1.0.0.0")>